From fed6694ddb76de32f8c56a8900bc13ce87f75200 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sun, 2 Oct 2016 13:09:41 -0500 Subject: [PATCH] Don't default to ALSA support; explicitly request it --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index c8fe43deb75..93e5f922d29 100755 --- a/debian/rules +++ b/debian/rules @@ -305,6 +305,7 @@ confflags += --infodir=/usr/share/info confflags += --mandir=/usr/share/man confflags += --with-pop=yes confflags += --enable-locallisppath=$(local_lpath) +confflags += --with-sound=alsa # x configure flags confflags_x := $(confflags) -- 2.30.2